home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #2 / Amiga Plus CD - 1995 - No. 2.iso / internet / faq / englisch / unixemailsoftsurvey < prev    next >
Encoding:
Text File  |  1995-04-11  |  78.9 KB  |  1,719 lines

  1. Archive-name: mail/setup/unix/part1
  2. Last-modified: Thu Jan 26 01:28:19 EST 1995
  3.  
  4.         UNIX EMail Software - a Survey
  5.                Chris Lewis
  6.         clewis@ferret.ocunix.on.ca
  7.         [and a host of others - thanks]
  8.  
  9.         Copyright 1991, 1992, 1993, Chris Lewis
  10.  
  11.     Redistribution for profit or altered content/format
  12.     prohibited without permission of the author.  Other
  13.     redistribution must contain this copyright notice
  14.     and attribution.
  15.  
  16. Changes are marked with a preceding "|".  You can skip to them
  17. by typing g^| in (most) newsreaders.
  18.  
  19. Note: this FAQ has been formatted as a digest.  Many newsreaders
  20. can skip to each of the major subsections by pressing ^G.
  21.  
  22. Please direct comments or questions to mailfaq@ferret.ocunix.on.ca -
  23. note Reply-to: line - automatic if you reply to this article.
  24.  
  25. Many changes made in the second and third parts.
  26.  
  27. ------------------------------
  28. Subject: Introduction
  29.  
  30. Configuring electronic mail systems can be quite a complicated
  31. subject.  Often far more complicated than, say, setting up
  32. a Usenet news feed.  This is because, unlike news, email is
  33. expected to traverse multiple types of networks using their own
  34. protocol, whereas, Usenet news tends to be a single protocol
  35. supported by hook or by crook on different networks.
  36.  
  37. This document is intended for system administrators who need to
  38. know how to set up their UNIX systems for email communication with
  39. the outside world.  It is intended for the email-naive SA
  40. who gets more than a little confused by the acronyms, RFC's and
  41. plethora of software.
  42.  
  43. This is intended to be a general survey of the software available,
  44. so I won't spend too much time on some of the details.  Most of
  45. the available software comes with documentation that can
  46. explain things much better than I can.
  47.  
  48. Additional detail can be obtained from several sources, such as:
  49.  
  50.     Quarterman, John S.: "The Matrix -- Computer Networks
  51.     and Conferencing Systems Worldwide", Digital Press 1990,
  52.     (Order No.  EY-C176E-DP), ISBN 1-55558-033-5.
  53.  
  54.     Adams, Rick and Frey, Donnalyn: !%@:: A Directory of Mail
  55.     Addressing and Networks, 3rd Ed., O'Reilly & Associates 1993,
  56.     Provides a good reference for people seeking information
  57.     on how to access the various email networks.
  58.     ISBN 1-56592-031-7.
  59.  
  60.     Kehoe, Brendan P.: Zen and the Art of the Internet: A
  61.     Beginner's Guide, Second Edition, Prentice Hall 1992,
  62.     ISBN 0-13-010778-6.  Edition 1 is available via FTP on
  63.     cs.widener.edu in the tar file zen-1.0.tar.Z. [I think]
  64.  
  65.     Krol, Ed: The Whole Internet: User's Guide & Catalog.
  66.     First edition, O'Reilly & Associates Sept. 1992.
  67.     ISBN: 1-56592-025-2.  Very good introduction to
  68.     the Internet, history, facilities, uses, services,
  69.     etc.  I learned a lot.
  70.     
  71.     Albitz, Paul & Liu, Cricket: DNS and BIND, First edition,
  72.     O'Reilly & Associates, October 1992.  ISBN: 0-56592-010-4.
  73.     Describes in great detail everything from what a domain
  74.     is, to how to install and configure BIND.  A *MUST* for
  75.     people setting up large networks, or connecting
  76.     machines to the Internet.  It has become mandatory reading
  77.     for network administrators in a large corporation for
  78.     good reason.
  79.  
  80.     Costales, Bryan and Allman, Eric and Rickert, Neil: Sendmail.
  81.     O'Reilly & Associates, Nov (?) 1993. ISBN 1-56592-056-2
  82.     (ISBN from galley proof, which I've had a preview of).
  83.     An absolute necessity for anyone diving into the configuration
  84.     of sendmail.  The material is presented in a very clear
  85.     form, and is quite exhaustive in its coverage.  Perhaps a bit
  86.     too wordy and overlong, but that's a more than welcome contrast
  87.     to previous documentation (or lack thereof) on sendmail.
  88.  
  89. Further, this is primarily oriented towards UNIX email systems.
  90. This is unfortunate, because it would be nice to have a general
  91. document covering email in all of its forms.  However, each
  92. operating system tends to have radically different email mechanisms,
  93. so it would be difficult to do justice to any other environment.
  94. It seems more useful to cover one environment well here, and have
  95. companion documents for other environments.  Speaking of which,
  96. why hasn't anybody else stepped in to do FAQs on other environments?
  97. Like DOS, Mac etc.
  98.  
  99. And finally, this document is not intended to be pedantically
  100. correct.  Knowledgeable readers will know that I'm glossing
  101. over a lot of detail, and absolute precision has been balanced
  102. against readability and effectiveness in helping people get
  103. going.
  104.  
  105. ------------------------------
  106. Subject: Layout
  107.  
  108. This FAQ is laid out in the following sections:
  109.  
  110.     + An overview of how mail systems go together.
  111.  
  112.     + A glossary of the important terms to know.
  113.  
  114.     + A list of general do's and don'ts of mail systems.
  115.  
  116.     + Configuration Issues
  117.  
  118.     + Several suggested mail configurations. 
  119.  
  120.     + General overviews of specific software.
  121.  
  122. ------------------------------
  123. Subject: Electronic mail - A General Overview of Structure
  124.  
  125. Electronic mail generally consists of three basic pieces:
  126.  
  127.     1) The link level transport - which could be
  128.        UUCP, TCP/IP, or a host of others.  We'll call
  129.        this the "transport medium" (TM)
  130.  
  131.     2) the "Mail Transport Agent" (MTA) which is responsible for
  132.        transporting mail from source to destination, possibly
  133.        transforming protocols, addresses, and routing the mail.
  134.  
  135.        The MTA often has several components:
  136.         - Routing mechanisms
  137.         - Local delivery agent (LDA)
  138.         - Remote delivery agent
  139.        Many MTA's have all of these components, but some
  140.        do not.  In other cases, it is possible to replace
  141.        certain components for increased functionality.
  142.  
  143.     3) The "User Agent" (UA) is the user interface -
  144.        the software that the user uses to read his mail,
  145.        sort things around in folders, and send mail.
  146.        Sometimes called "Mail User Agent" (MUA).
  147.  
  148. ------------------------------
  149. Subject: Glossary
  150.  
  151. Rather than alphabetic, this glossary tends to group terms
  152. referring to similar functionality together.
  153.  
  154. Transport Medium:
  155.  
  156.     UUCP (Unix to Unix Copy Program):
  157.     Back in the mists of time, UNIX systems communicated only
  158.     over RS232 serial lines, usually over modems.  UUCP is a
  159.     suite of programs developed back in the early 70's to
  160.     provide this communications link.  All that UUCP does is
  161.     transfer files from one system to another.  There is an
  162.     additional mechanism where one system can direct the
  163.     destination system to run a file through a specific program.
  164.     Electronic mail in UUCP is simply requesting the destination
  165.     machine to run "mail" on a data file.
  166.  
  167.     UUCP communicates by means of "protocols", the most common
  168.     being "g", a method for transmission of data over telephone
  169.     lines and ensuring that the data is not corrupted.  There
  170.     are several other protocols, none universally available,
  171.     and most oriented towards communication media other than
  172.     telephone voice lines (such as dialup X.25, PAD X.25, or
  173.     LAN connects).
  174.  
  175.     UUCP operates over fixed system-to-system links, so sending
  176.     mail from one system to another often has to traverse
  177.     other intermediate systems.
  178.  
  179.     TCP/IP (Transmission Control Protocol/Internet Protocol):
  180.     TCP/IP is a protocol that allows any system on a network to
  181.     talk "directly" to any other, by passing packets of
  182.     information back and forth.  TCP/IP (and its later relative
  183.     OSI) is usually used over networks built on top of Ethernet,
  184.     Token-Ring, Starlan and other LANS.
  185.  
  186.     SMTP:
  187.     Or, "Simple Mail Transfer Protocol", is the communications
  188.     protocol used most commonly over TCP/IP links in UNIX
  189.     environments for mail.  SMTP usually operates directly between
  190.     the source and destination machines, so intermediate machines
  191.     don't get involved (except for gateways, see below).  SMTP
  192.     is usually part of the MTA.
  193.  
  194.     SLIP (Serial Line Internet Protocol):
  195.     SLIP is an implementation of TCP/IP designed for use over
  196.     RS232 serial lines (ie: modems).  The other difference is
  197.     that some SLIP implementations have the ability to "dial the
  198.     phone" to make a connection for a specific transfer, whereas
  199.     LAN TCP/IP is physically continuously connected.  You'd also
  200.     need TCP/IP to run a SMTP mail connection.
  201.  
  202.     PPP (Point-to-Point Protocol):
  203.     A successor to SLIP.
  204.  
  205.     X.25/X.29:
  206.     X.25 is a packet switched data network which is usually
  207.     half-duplex.  In this context, it's really an alternative
  208.     to dialup over voice telephone lines with modems.  X.25
  209.     is available in several "flavours", either direct X.25
  210.     trunk connects over leased lines, through "PAD" interfaces,
  211.     or by ordinary dialup modem access to X.25 "ports".
  212.  
  213.     To be useable in the context of mail transfers, you also
  214.     have to use a file transfer protocol/mechanism of some
  215.     sort on top of X.25.  The most common being UUCP "f" protocol
  216.     (through PADS or dialup), or "x" with direct X.25 connects.
  217.  
  218.     Whether you use X.25 or phones plus modems depends on a number
  219.     of factors - usually the determining factor is cost.  In North
  220.     America, high speed modems (eg: 9600 baud and above) over telephone
  221.     lines tends to be less expensive.  However, Europe's really
  222.     wierd phone system structure usually makes X.25 more cost-effective,
  223.     and therefore, X.25 use in UNIX mail systems is much more common
  224.     in Europe than North America.
  225.  
  226.     X.29 is the command set used to configure and establish
  227.     X.25 connections when you're using asynchronous connections
  228.     to a PAD.
  229.  
  230. Networks:
  231.  
  232.     Internet:
  233.     An "internet" is a network comprised of computers that talk
  234.     to each other using TCP/IP, and usually SMTP for mail.
  235.  
  236.     The "Internet" is a vast network of hundreds of thousands of
  237.     machines using SMTP protocol mail, communicating with
  238.     each other over relatively high speed lines.  But not all
  239.     "internets" are connected to *the* Internet.
  240.     
  241.     The Internet grew out of a US government funded project in
  242.     inter-computer communications that grew into an enormous network
  243.     of systems.
  244.  
  245.     One of the principle characteristics of this network is that
  246.     machines are addressed by domain names which identify the
  247.     destination, rather than addresses that are constructed out
  248.     of the route from machine-to-machine-to-machine.
  249.  
  250.     UUCP Network:
  251.     The UUCP network is that set of machines that talk to each other
  252.     via UUCP.  Sending mail through this network requires that the sender
  253.     know the network topology of UUCP links, and specify a path from one
  254.     machine to the next.  (There are, of course, ways around this.
  255.     See the section on "do's and don'ts".)
  256.  
  257. Mail addresses:
  258.  
  259.     Addresses:
  260.     An email address is a method of specifying a given person on
  261.     a specific machine.  There are scads of conventions, usually
  262.     determined by the presence of "@"'s, "!"'s and other special
  263.     characters in the name.  An address usually consists of
  264.     two parts: a userid/name and a machine specification.
  265.  
  266.     A Domain address usually looks like:
  267.         userid@domain-address
  268.     Whereas a UUCP address usually looks like:
  269.         siteA!siteB!siteC!userid
  270.  
  271.     Domain Addresses:
  272.     Domains are a way of uniquely specifying a destination.
  273.     Much like a postal address, a domain specifies a set of
  274.     progressively more restrictive "domains" of the potential
  275.     address space.  It would perhaps be illustrative to give an
  276.     example:
  277.  
  278.         clewis@ferret.marketing.fooinc.com
  279.  
  280.     You read these things right to left: "com" means the
  281.     commercial domain.  "fooinc" is the name of an organization
  282.     within the commercial domain.  "Marketing" is the name of a
  283.     suborganization within fooinc, and ferret gives the name of
  284.     a machine (usually).  Domains can have any number of levels.
  285.  
  286.     The top level domain (com in the above example) has many
  287.     possible values.  In the United States, "com", "mil", "edu",
  288.     and "gov" are fairly standard.  Elsewhere, the top level
  289.     domain tends to be a country code, the second level tends to
  290.     be a province or state, OR a classification like "edu" or "ac"
  291.     for academic (such as ac.jp, go.jp, ac.uk, edu.au, etc)
  292.     and the third an organization.  But, for example, there are
  293.     many .com and .edu sites in Canada and other countries.
  294.  
  295.     FQDN
  296.     A fully-qualified-domain-name (FQDN) has a entry for each
  297.     level of the domain, from individual machine to top-level
  298.     domain.  In many cases, an organization has implemented an
  299.     organizational "gateway" at a higher level of domain, so
  300.     that people from outside don't have to specify FQDN's to get
  301.     to a specific person.  In the above example, for instance,
  302.     "fooinc.com" may be sufficient to get to anyone inside
  303.     fooinc, and "ferret.marketing" may not be necessary.
  304.  
  305.     On the other hand, people sometimes leave out the higher
  306.     levels of the address, as in "ferret.marketing".
  307.     This is a bad idea - because if the mail is cc'd out of the
  308.     organization, chances are the external recipient cannot reply,
  309.     because "ferret.marketing" is incomplete.  So use addresses
  310.     that are specified sufficiently for external users to use.
  311.     (fooinc.com if a organizational gateway is used, the whole
  312.     ferret.marketing.fooinc.com if not)
  313.  
  314.     NIC
  315.     Internet TOP-LEVEL domains (edu, com, gov, mil) are controlled
  316.     by a single organization, the NIC (internic.net).  An organization
  317.     "gets a piece" of the namespace by registering with the NIC, and
  318.     then they are free to administer their own namespace (everything
  319.     under fooinc.com) as they choose.  The same is true for foreign
  320.     countries; Once they have their top-level domain (usually the
  321.     two-letter ISO country code) registered with the NIC, they do
  322.     the rest, and divide it as they see fit.
  323.  
  324.     In contrast, on UUCPnet, all machine names everywhere share a
  325.     single flat namespace.  So it is important to choose a name
  326.     that has not been used before. (See do's and don'ts).  This is
  327.     why FQDN's help.  We can tell the difference between
  328.     ferret.fooinc.com and ferret.blah.edu by their full names.
  329.     (Instead of UUCP paths which may turn out to be wrong, and
  330.     autorouting will probably send the mail to the wrong machine)
  331.  
  332.     MX record:
  333.     A non-SMTP/Internet site that wishes to register on the Internet
  334.     will need to get a "nearby" Internet site to set up a MX
  335.     record for them.  An MX record is essentially a domain-server
  336.     database record that (effectively) registers your domain name
  337.     on the Internet, and indicates that the Internet site knows
  338.     how to forward mail to you.  Usually via some non-SMTP/Internet
  339.     route, such as UUCP.  You can get an MX record for one site, or
  340.     a "wildcard" MX record so that you can have your own subdomains.
  341.  
  342.     Bang-Paths:
  343.     With UUCP mail, the MTA has to specify a route to get from one
  344.     machine to another.  "A!B!C!userid" means go to machine A,
  345.     then B, then C, then user "userid" on C.  You should strive,
  346.     however, for a MUA that allows you to use domain addressing,
  347.     and let the MTA figure out the bang routing as appropriate.
  348.  
  349. Miscellaneous:
  350.  
  351.     Gateways:
  352.     There are several meanings of this term, only three are relevant
  353.     here.
  354.  
  355.     The first is a mechanism for getting from one network to another
  356.     network that uses different protocols.
  357.  
  358.     The second is a mechanism for getting from one logical (often
  359.     organizational) network to another using the same protocol.
  360.     Often for example, there will be a LAN in one department of
  361.     an organization, and one machine in the LAN has the connection
  362.     to another LAN in another department.  This means that mail from
  363.     one LAN to the other has to pass thru the gateway machine.
  364.  
  365.     Another form, which we'll mention later is that of mail to
  366.     news gatewaying.
  367.  
  368.     Routers:
  369.     There are several definitions, but the most important is that
  370.     part of the TA that figures out how to send a message to
  371.     a given machine.  This often uses a database that provides
  372.     routes from one machine to the other machines on the network.
  373.  
  374.     Smarthost:
  375.     In many cases, your machine won't know how to get to a specific
  376.     destination.  You can usually set up your mail system to send mail,
  377.     that it doesn't know how to deliver, to a machine that is more
  378.     likely to.
  379.  
  380.     RFC's:
  381.     A set of documents that include formal descriptions of mail
  382.     formats used on the Internet, and are adhered to by many
  383.     non-Internet systems.  More specifically, in the "worldnet"
  384.     of Usenet, Internet and UUCP, the RFC's set the standards
  385.     for mail exchange.  RFC822, 1123 and 976 are the most important
  386.     for Internet/UUCP mail.
  387.  
  388.     It should be pointed out, however, that there are some
  389.     regions where the RFC's are not entirely respected.  For example,
  390.     the British academic email networks (JANET) uses domains, but
  391.     they're specified backwards (they drive on the wrong side of
  392.     the road too ;-).
  393.  
  394.     MIME:
  395.     Mime is the official proposed standard format for multimedia Internet
  396.     mail encapsulated inside standard Internet RFC 822 messages.  Facilities
  397.     include sending multiple objects in a single message, character sets
  398.     other than US-Ascii, multi-font text messages, non-textual material
  399.     such as images and audio fragments, and other extensions.  For an
  400. |     overview of Mime, see ftp.uu.net:networking/mail/metamail/MIME-overview.txt.Z.
  401.     The defining document is Internet RFC 1341: N Borenstein & N Freed,
  402.     ``Mime (Multipurpose Internet Mail Extensions) mechanisms for specifying
  403.     and describing the format of Internet message bodies'' (June 1992).
  404.     Also see RFC 1344: N Borenstein, ``Implications of Mime for Internet
  405.     mail gateways'' (June 1992).
  406.     RFC1341 and 1342 have since been superceded by RFC 1521 and 1522.
  407.  
  408.     Mime covers only message bodies, not message headers; to see how to
  409.     represent non-Ascii characters in message headers, see Internet
  410.     RFC 1342: K Moore, ``Representation of non-Ascii text in Internet
  411.     message headers'' (June 1992).
  412.     
  413.     X.400:
  414.     A CCITT standard for email formats, more or less an alternative
  415.     to RFC 822/976/1123.  This format will probably start taking over
  416.     from RFC 822/976/1123 mail.  It is likely to (already has?) become an
  417.     ISO/IEEE standard along with OSI etc.
  418.  
  419.     "The Maps":
  420.     A set of files describing machine-to-machine links distributed
  421.     over Usenet in the group comp.mail.maps.  These are usually posted
  422.     on a monthly schedule, and can be automatically received and
  423.     transformed into a routing database that describes the "optimal"
  424.     route to each machine.  These are operated by the "UUCP Mapping
  425.     Project".  See the README posted along with the maps for
  426.     more details.
  427.  
  428.     Aliases:
  429.     Aliases are a mechanism by which you can specify the destination
  430.     for mail on your machine.  Through the use of aliases you can
  431.     redirect mail to "virtual userids".  For example, you should
  432.     have a mail destination on your machine called "postmaster", which
  433.     is aliased to send the mail to the System Administrator (ie: you
  434.     probably).  Aliasing often also permits you to send mail to groups
  435.     of users (not necessarily on the same machine as you) pipelines of
  436.     commands or to specific files.
  437.  
  438.     Mailing lists:
  439.     Are similar to Usenet newsgroups.  They are usually aliases
  440.     pointing to groups of users, and allow mail to be sent to the
  441.     whole group at once.  Mailing lists are set up to carry certain
  442.     subjects.  The difference between a mailing list and a Usenet
  443.     newsgroup is that the messages are sent by mail, probably as
  444.     a copy to each recipient, rather than broadcast.
  445.  
  446. ------------------------------
  447. Subject: Do's and Don'ts:
  448.  
  449. 1) Register a domain name.  Even on UUCP, where <machine>.UUCP is often
  450.    used as a kludge, it is MUCH preferred that you obtain a real
  451.    domain address.  If you are directly connecting to the Internet,
  452.    you will get one as part of your registration with the NIC.
  453.  
  454.    If you aren't connecting directly to the Internet, obtaining a
  455.    registration will usually require you finding a nearby friendly
  456.    Internet site willing to act as a mail forwarder to you from
  457.    the Internet - the site that will set up a "MX record" for you.
  458.    Many sites will do this for you for free, and several of the
  459.    commercial email services (eg: uunet) will do it for you for a
  460.    nominal charge (without requiring you buy the rest of their
  461.    services).
  462.  
  463.    There are occasions where you can join what is called a "domain
  464.    park".  These are most often small regional groups of systems that
  465.    have gotten one of their number properly registered as a domain,
  466.    and provides forwarding services out to other systems.  For
  467.    example, in my address "ferret.ocunix.on.ca", "ocunix.on.ca"
  468.    is a domain park made up of the Ottawa-Carleton UNIX User's Group,
  469.    one of the other machines in the group provides a gateway between
  470.    our systems and the Internet.
  471.  
  472. 2) If your machine is going to "speak" UUCP to the outside world,
  473.    choose a unique UUCP name.  You can find out whether a name you
  474.    want is taken by consulting the UUCP maps.  Or by asking someone
  475.    else who's using them.
  476.  
  477. 3) Register your machine with the UUCP Mapping Project if you're going
  478.    to use UUCP.  Information on how to do this is included in the
  479.    monthly maps postings in the file "README".  This is usually only
  480.    required when your machine talks UUCP to the outside world, or when
  481.    other machines have to address you by your UUCP name.  If you don't
  482.    do this, somone else may choose the same name, and gross confusion
  483.    will arise when smart routers won't be able to tell whether to send
  484.    a piece of mail to you, or your doppelganger[s].  If you register
  485.    with the UUCP Mapping Project, you have prior use, and people who
  486.    choose the same name afterwards will be told to get a new one.
  487.    
  488.    If you're "behind" an organizational gateway, don't do this.
  489.    (Your organizational gateway is the thing that needs to be
  490.    registered)
  491.  
  492.    If you do fill in a map, please take the time to fill it in
  493.    carefully, giving contact people and phone numbers.  Just in
  494.    case your machine goes crazy and starts doing something nasty.
  495.    Note expecially the latitude and longitude.  Get it right,
  496.    or omit it.  Brian Reid gets really annoyed with sites that
  497.    are half a world away from where they really are.
  498.  
  499. 4) If you're going to be setting up multiple machines, have only
  500.    one or two connections to the outside world.
  501.  
  502. 5) Install a mail system that understands domain addressing, even
  503.    if you aren't registered.  (In fact, all of the suggested
  504.    configurations in this FAQ do)
  505.  
  506. 6) *Never* use UUCP bang-routing with the MUA if you can possibly
  507.    avoid it - each of the suggested mail configurations provide
  508.    mechanisms where you, the user, do not have to specify routes 
  509.    to the MUA - you can specify domains, and the TA will do the
  510.    routing (possibly bang-routing) for you.
  511.  
  512.    Important: many mailers that understand UUCP attempt to be
  513.    pedantically "UUCPish" in the construction of headers, such
  514.    as generating "bang routes" in From:/To: etc. lines.  Which,
  515.    given that the whole "mail network" is generally converging on
  516.    more Internet-like standards, and that even UUCP sites are
  517.    using fully domain-capable mailers, is a big mistake.  RFC976
  518.    attempts to codify a "meta standard" that allows the coexistance
  519.    of RFC822/1036 (Internet mail) with UUCP-based networks.  What
  520.    this means is, essentially, that headers are formed in the
  521.    SMTP form, even if the transport will be via UUCP.  Unfortunately,
  522.    however, many mailers insist on "UUCP-izing" perfectly useable
  523.    Internet/domain headers.  "Fixing" them to prevent this is sometimes
  524.    difficult.  Sendmail is almost always a problem in this regard.
  525.  
  526. 7) Find a friendly neighboring SA to help.  A SA who has already
  527.    operating mail in your area will help smooth over the regional
  528.    "gotchas" that are bound to crop-up.  And advise you on the
  529.    right software to use, where to obtain it, and how to install it.
  530.  
  531. 8) Do NOT use "any old" Map unpacking program.  Most available
  532.    map unpacking programs automatically run the shell (or shar)
  533.    to unpack map articles.  Since it is trivially easy to forge
  534.    map articles, using this type of unpacking program can
  535.    easily let very destructive trojan horse or virus programs
  536.    into your machine.
  537.  
  538.    The two specific map unpackers described in this FAQ are known
  539.    to be secure from such attacks.  Do not run any other unpacker
  540.    unless you are aware of the issues and can inspect the code for
  541.    such vulnerabilities.  [If you know of other "secure" map
  542.    unpackers that are generally available, please let me know]
  543.  
  544. 9) If the people on your site, or small network, receive mailing
  545.    lists, it's often a good idea to gateway them to news:
  546.  
  547.    Netnews often performs many of the same services as email.
  548.    The primary difference is that messages are centrally stored,
  549.    rather than delivered to individual's mailboxes, and that
  550.    distribution looks more like a broadcast then a set of point-to-point
  551.    communications.  This means usually means that news can handle more
  552.    volume, more efficiently, then email can.
  553.  
  554.    Because of the differences (and also the similarities) people often
  555.    want to tie news and mail together.  This is known as "gatewaying."
  556.    For example, a small software development site might subscribe to the
  557.    X Windows mailing list.  Rather than have (say) eight copies of each
  558.    mail message sent to their host, they would rather have it stored as a
  559.    local newsgroup that everyone in the company can read, and which can
  560.    be centrally archived.  This is a typical use of a "mail to news"
  561.    gateway.  When a user makes a posting to this local group the article
  562.    should be sent back out to the mailing list; this is a typical use of
  563.    a "news to mail" gateway.
  564.  
  565.    On a larger scale, the "inet" groups are bi-directional gateways of
  566.    Internet mailing lists.  Within mainstream Usenet, many popular
  567.    groups such as comp.windows.x, comp.protocols.tcp-ip, comp.unix.wizards,
  568.    and so on, are gatewayed to mailing lists and back.
  569.  
  570.    Many subtle issues often come up when gatewaying mail and news, so
  571.    unless you are experienced you should use one of the already-available
  572.    packages for your local organization.  For example, you probably do not
  573.    want to write a brand-new Perl script and create a new "inet" newsgroup.
  574.    The C News distribution includes some basic gateway tools in the
  575.    contrib/nntpmail directory.  Many people use Rich $alz's "newsgate"
  576.    package that appeared in comp.sources.unix Volume 24; it includes
  577.    discussion of some of the more subtle issues that come up.
  578.  
  579.    Before starting a mailing list gateway, apart from the technical aspect
  580.    of the job you should also be aware of one important point: mailing-lists
  581.    are considered private, whereas newsgroups are public.
  582.     
  583.    One can know who gets a list, but not who reads the group. It is always
  584.    wise to get the authorization of the mailing-list manager and of the readers
  585.    before creating a mail/news gateway.
  586.  
  587. 10) If you're connecting to the Internet, or are setting up a large local
  588.    internet, you really should get a copy of the DNS and BIND book mentioned
  589.    in the bibliography.
  590. -- 
  591. Chris Lewis: _Una confibula non sat est_
  592. Phone: Canada 613 832-0541
  593. Latest psroff: FTP://ftp.uunet.ca/distrib/chris_lewis/psroff3.0pl17/*
  594. Latest hp2pbm: FTP://ftp.uunet.ca/distrib/chris_lewis/hp2pbm/*
  595. Archive-name: mail/setup/unix/part2
  596. Last-modified: Thu Jan 26 01:28:55 EST 1995
  597.  
  598.         UNIX EMail Software - a Survey
  599.                Chris Lewis
  600.         clewis@ferret.ocunix.on.ca
  601.         [and a host of others - thanks]
  602.  
  603.         Copyright 1991, 1992, 1993, Chris Lewis
  604.  
  605.     Redistribution for profit or altered content/format
  606.     prohibited without permission of the author.  Other
  607.     redistribution must contain this copyright notice
  608.     and attribution.
  609.  
  610. ------------------------------
  611. Subject: Configuration Issues:
  612.  
  613. What you need for email connectivity is determined by:
  614.  
  615.     1 What networks you intend to connect to.
  616.       The Internet (hence SMTP)?  UUCP sites?  X.400?
  617.       Bitnet?  Others?  Combinations?
  618.     2 What links you have or are willing to install
  619.       Internet T1?  T2?  UUCP?  Other?  [Details on how to
  620.       make your connections is beyond the scope of this FAQ,
  621.       but can usually be found out from the provider (other end)
  622.       of the link]
  623.     3 what user interface you want to use.  This is largely
  624.       an independent issue, so consult the Specific Package
  625.       Reviews directly.
  626.  
  627. ------------------------------
  628. Subject: Recommended MTA Configurations:
  629.  
  630. These configurations are based upon my own experience, and the
  631. experience of others.  Careful installation of any of these
  632. configurations will result in a solid, reliable mail system
  633. that respects the appropriate "do's and don'ts".  Each configuration
  634. represents a compromise of ease of installation and maintenance
  635. versus sophistication and capabilities.
  636.  
  637. One thing you should consider is what you already have on your
  638. system.  You will invariably have "binmail", and will have a good
  639. chance at already having sendmail.  Some systems come with
  640. smail (if 2.3, junk it)  The configurations shown below are *minimal*
  641. configurations, so you should consider whether you want to use what
  642. you already have or not.
  643.  
  644. Scenario 1:  Only UUCP connections.
  645.  
  646.     Smail 2.5.  If you want to set up a routing database of
  647.     your own, you will also need pathalias, and unpackmaps or
  648.     uuhosts.  Instead, though, you can configure smail 2.5 to
  649.     smart-host most destinations to a nearby friendly site
  650.     who'll do your routing for you without having to run
  651.     the routing software.  Note further, that you can run
  652.     pathalias on just a subset of the full set of maps.
  653.     [Unpackmaps makes this particularly easy to do]
  654.  
  655.     Smail 2.5, as shipped, does not support mail-to-pipeline
  656.     or mail-to-file aliasing.  If you need these, at a minimum,
  657.     you should obtain lmail.  If you intend more than casual
  658.     use of these features, it is recommended that you obtain
  659.     deliver or procmail instead of lmail.
  660.  
  661.     Even if you have sendmail already, you can integrate smail 2.5
  662.     with it to do your UUCP routing.  (though, some later versions
  663.     of sendmail can do routing themselves)
  664.  
  665.     If you're a little more demanding of your mail connections, smail 3
  666.     is also a good choice, and works particularly well for systems that
  667.     are UUCP connected to Internet sites.
  668.  
  669. Scenario 2:  SMTP connections (optionally, some UUCP connections too).
  670.  
  671.     Generally speaking, sendmail will do this for you and you have
  672.     a good chance to have it already.  However, for the novice, it
  673.     is recommended that smail 3 be used instead [see review of
  674.     sendmail below].  Smail 3 includes all of the routing software
  675.     and can do mail-to-pipeline and mail-to-file, so none of the auxiliary
  676.     programs mentioned in scenario 1 are necessary.
  677.  
  678.     Most sendmails don't include UUCP routing mechanisms, so you would
  679.     need pathalias and unpackmaps or uuhosts if you wish to set up
  680.     a UUCP routing database.  Further, most sendmails don't know
  681.     how to query a pathalias database directly, so you may have to hack
  682.     your own path lookup program into the sendmail.cf (smail 2.5 can
  683.     be used for this purpose provided that you will have a UUCP link
  684.     to the outside world)
  685.  
  686.     Both MMDF and PP can also be used, but PP is usually overkill.
  687.  
  688.     Deliver or procmail are still quite useful in this configuration
  689.     for extended alias facilities.
  690.  
  691. Scenario 3:  Connections to other networks (optionally including
  692.     SMTP or UUCP), or very high loading.
  693.  
  694.     Your best bets are MMDF, PP or zmailer.
  695.     
  696.     You can implement other network interfaces with sendmail, but
  697.     not only will you probably have to roll your own, but sendmail
  698.     can't cope with high loading very well.  Ditto smail 3.
  699.  
  700. There are other configurations.  See the Package Reviews to
  701. determine which packages are appropriate.
  702.  
  703. ------------------------------
  704. Subject: Package Reviews
  705.  
  706. Honesty requires me to point out which software packages were
  707. reviewed by their author (including me ;-).  I do so by appending
  708. a "*" to the name of the author.  In some cases, the material
  709. has been cribbed from FAQ's or general information blurbs.
  710.  
  711. It is worth noting, though, that most of these packages are well
  712. known, and have been in operation at many sites for periods of
  713. a year or more.  These packages do their job well, and have been
  714. extensively thrashed out in the best debugging laboratory in the
  715. universe (Usenet ;-)
  716.  
  717. A few packages have been mentioned prior to their release.
  718. (unpackmaps 4, the occasional beta version).  It is
  719. recommended that these versions be avoided by novices until they
  720. have had a chance to settle for a little while.  This FAQ will
  721. note when such software seems (according to rumour *I* hear) to be
  722. stable enough for general use.
  723.  
  724. Some of these packages are capable, by various bits of hackery,
  725. of doing a lot more than is claimed for them.  But I refrain
  726. on telling you how to "take the covers off".  Given the
  727. intended audience, that would be tantamount to trying to
  728. teach preschoolers do-it-yourself brain surgery.  Please don't
  729. take this as condescending - I've been working on/in/with email
  730. systems for over 12 years and I *still* won't play with (as
  731. just one example) sendmail.cf's.
  732.  
  733. Therefore, I restrict myself largely to "out-of-the-box" functionality,
  734. "fill-in-the-blank" configurability, and normal documented installation
  735. procedures.  Beyond that, you're on your own.
  736.  
  737. binmail
  738.  
  739.     binmail is usually really called "mail". On System V prior to
  740.     Release 4, it is a really simple UA that does dual duty as the
  741.     TA.  It's pretty awful because it doesn't know how to set up
  742.     headers properly, doesn't even know what a "Subject:" line is,
  743.     and there's no way to do any kind of aliases.
  744.  
  745.     On BSD, binmail invokes sendmail to do the MTA function.  On
  746.     System V prior to Release 4, you really do want to replace binmail's
  747.     MTA functionality with something else.  However, you should not
  748.     replace it in its "mail" (UA) functionality, because many
  749.     system-level administration mechanisms will break.  Any new UA
  750.     should be installed as a different name than "mail".
  751.  
  752.     Beginning with System V Release 4, "binmail"'s transfer agent
  753.     capabilities were considerably enhanced to have similar capabilities
  754.     to Smail 3 and sendmail.  There is usually no need to replace it with
  755.     another mail agent.  (See SVR4 mail discussion below)
  756.  
  757.     Binmail stores mail in "mbox" format.
  758.  
  759. rmail
  760.  
  761.     binmail's TA functionality is implemented by linking mail
  762.     to rmail.  It's rmail that you'd want to replace with smail 2.5
  763.     etc.
  764.  
  765. Mail
  766.  
  767.     The original BSD UA.  It can support local profiles, aliases, folders,
  768.     header previewing, out-going mail recording and all sorts of good stuff.
  769.     An "okay" UA.  Available from BSD "freed-sources" archives.
  770.  
  771.     Mail stores mail in "mbox" format.
  772.  
  773. mailx
  774.  
  775.     AT&T's answer to BSD "Mail", from which it is descended.  Some versions,
  776.     such as the 3b1 one, should be avoided because of a buggy port.  Not
  777.     available in source form (it's proprietary but ubiquitous enough to be
  778.     mentioned here).
  779.  
  780.     Mailx stores mail in "mbox" format.
  781.  
  782. mush: author Dan Heller* <argv@well.com>
  783.  
  784.     The "Mail User's Shell" is a "shell" for mail users.  That is, it
  785.     has its own environment where you can configure not only the user
  786.     interface, but the actual internal mechanisms.  Internally, mush
  787.     has a csh-like scripting language, altho it's not as powerful as
  788.     csh.  It has command-line aliases, file completion, if-else state-
  789.     ments, command piping, and so on.  Because you can build your own
  790.     commands, you can virtually build your own library of email features.
  791.  
  792.     Mush has two tty-based interfaces: the standard tty-mode (ala BSD
  793.     Mail or sys-v mailx) and the fullscreen/curses mode (ala vi, emacs
  794.     or even Elm).  You can set up key bindings that execute one or more
  795.     mush commands, personalized commands or even UNIX commands.  You
  796.     can even emulate keyboard input with keyboard macros and mappings.
  797.  
  798.     Mush also has a SunView interface that is more powerful than Sun's
  799.     Mailtool, yet backwards compatible with most versions.  Most sunview
  800.     users (if there are any left these days) prefer MushView over Mailtool.
  801.  
  802.     The current version of Mush is 7.2.3, last posted in comp.sources.misc
  803.     volume 18 (with subsequent patches).  All three interfaces are
  804.     available in one runtime binary.  Except for the MushView interface
  805.     (which is only available on for suns), Mush is portable to everything
  806.     that runs UNIX.  There is also a DOS port available for PCs and can
  807.     run on most 286 machines. An older version of Mush (6.5) can run on
  808.     as little as 640 of RAM.  (Mush-PC is typically used with UUPC.)
  809.  
  810.     The "next generation" of Mush is a commercial product called Z-Mail
  811.     from Z-Code Software (mail info@z-code.com for details).  All aspects
  812.     of Mush are retained, yet it has grown to be far more powerful.  It
  813.     runs under X windows with either a Motif or Open Look interface
  814.     and also supports multi-media, user "functions" and a suite of new
  815.     features.
  816.  
  817.     Mush stores its messages in "mbox" format, or MMDF format if you're
  818.     using MMDF as your MTA.
  819.  
  820.     The newsgroup comp.mail.mush is dedicated to it.
  821.  
  822.     [Note: Z-Mail is not related at all to Zmailer.  Zmailer is a MTA]
  823.  
  824. elm: coordinator Syd Weinstein* <syd@DSI.COM>
  825.  
  826.     (cribbed from comp.mail.elm FAQ)
  827.  
  828.     Elm is designed to run with "sendmail" or "/bin/rmail"
  829.     (according to what's on your system) and is a full
  830.     replacement of programs like "/bin/mail" and "mailx".  The
  831.     system is more than just a single program, however, and
  832.     includes programs like "frm" to list a 'table of contents'
  833.     of your mail, "printmail" to quickly paginate mail files (to
  834.     allow 'clean' printouts), and "autoreply", a systemwide
  835.     daemon that can autoanswer mail for people while they're on
  836.     vacation without having multiple copies spawned on the
  837.     system.
  838.  
  839.     The most significant difference between Elm and most other
  840.     mail systems is that Elm is screen-oriented.  Upon further
  841.     use, however, users will find that Elm is also quite a bit
  842.     easier to use, and quite a bit more "intelligent" about
  843.     sending mail and so on.
  844.  
  845.     Current release is Elm 2.4 PL24..  Information on access is
  846.     available from the server at DSI.COM:
  847.     send mail to archive-server@DSI.COM
  848.     send elm index
  849.  
  850.     [Ed: elm is particularly good for novices.  The only drawback
  851.     that I've heard is that elm is a bit less user configurable than,
  852.     say, mush]
  853.  
  854. MM: Contact Joseph Brennan* <info-mm@cunixf.cc.columbia.edu>
  855.                 Columbia University in the City of New York
  856.  
  857.     (cribbed from MM man page.)
  858.  
  859.     mm is a powerful electronic mail system which allows you to send, read,
  860.     edit and manage messages quickly and easily.  It is designed to have the
  861.     same interface as the MM program written and developed for DEC20s over a
  862.     period of many years.
  863.  
  864.     mm was written using the CCMD package developed at Columbia.  Thus, it
  865.     has copious internal help, completion of partially typed commands on use
  866.     of the TAB key, and help on partial commands when ?    is typed.
  867.  
  868.     mm can read several mail-file formats.  Its default is mbox, the same
  869.     format used by unix mail.  It also can read babyl, used by emacs rmail,
  870.     and mtxt and MH.  It can copy messages from one file type to another.
  871.  
  872.     MM is a Freeware MUA copyright by Columbia University (as is this
  873.     description).
  874.  
  875.     MM is available by anonymous ftp from cunixf.cc.columbia.edu, directory mm.
  876.     The file mm-intro.txt there is a longer description of how it was developed.
  877.  
  878.     [Ed: MM also appears to be a good UA for novices.  From the examples
  879.     in the manual page, it handholds extensively and is not screen oriented.]
  880.  
  881. MH: Maintainer John Romine <Bug-MH@ics.uci.edu>
  882.  
  883.     The big difference between MH and most other "mail user agents" is
  884.     that you can use MH from a UNIX shell prompt.  In MH, each command
  885.     is a separate program, and the shell is used as an interpreter.  So,
  886.     all the power of UNIX shells (pipes, redirection, history, aliases,
  887.     and so on) works with MH--you don't have to learn a new interface.
  888.     other mail agents have their own command interpreter for their
  889.     individual mail commands (although the mush mail agent simulates a
  890.     UNIX shell).  Mail messages are stored in individual files.
  891.  
  892.     The current version of MH is 6.8.3 and supports MIME.  MH comes
  893.     standard with Ultrix 4.0 and later, and AIX 3.1 and later.
  894.     via anonymous ftp:
  895.  
  896.     ftp.ics.uci.edu [128.195.1.1]      pub/mh/mh-6.8.tar.Z    1.6MB
  897.     louie.udel.edu [128.175.1.3]  portal/mh-6.8.tar.Z    1.6MB
  898.  
  899.     comp.mail.mh discusses MH, and contains a FAQ article.
  900.  
  901.     Jerry Peek wrote a book about MH called "MH & xmh: E-mail for Users &
  902.     Programmers", ISBN 1-56592-027-9, published by O'Reilly and Associates,
  903.     second edition, September 1992.
  904.  
  905. XMH: <extracted from the manual page>
  906.  
  907.      The xmh program provides a graphical user interface  to  the
  908.      MH Message Handling System.  To actually do things with your
  909.      mail, it makes calls to the  MH  package.   Electronic  mail
  910.      messages  may  be composed, sent, received, replied to, for-
  911.      warded, sorted, and stored in folders.  xmh provides  exten-
  912.      sive mechanism for customization of the user interface.
  913.  
  914.      xmh is part of the standard X distribution from the X Consortium.
  915.  
  916. EXMH: Author Brent Welch* <welch@parc.xerox.com>
  917. |     exmh is an X interface to the MH mail system.  It is written in John
  918. |     Ousterhout's Tcl/Tk language system and requires that you have both
  919. |     Tcl/Tk and MH installed.  If you have metamail installed, exmh
  920. |     supports MIME.
  921.  
  922.     As well as providing the usual layer on top of MH commands, exmh
  923.     has a number of other features:
  924.  
  925.     MIME support!  Displays richtext and enriched directly.  Parses
  926.     multipart messages.  Displays hot buttons that invoke external viewers
  927.     (metamail) for things not directly supported.  Built-in editor allows
  928.     simple composition of text/enriched format.
  929.  
  930.     Color feedback in the scan listing so you can easily identify
  931.     unseen messages (blue), the current message (red), deleted
  932.     messages (gray background), and moved messages (yellow background).
  933.     Xresources control these color choices.
  934.  
  935.     A folder display with one label per folder.  Color highlights
  936.     indicate the current folder (red), folders with unseen messages
  937.     in them (blue), and the target folder for moves (yellow background).
  938.     Nested folders are highlighted by a shadow box.  A cache of
  939.     recently visted folder buttons is also maintained.  Monochrome
  940.     highlights are reverse video for the current folder, bold box
  941.     for folders with unseen messages, and stippled box for the
  942.     target of move operations.
  943.  
  944.     Clever scan caching.  MH users know that scan is slow, so
  945.     exmh tries hard to cache the current state of the folder to
  946.     avoid scanning.  Moves and deletes within exmh do not
  947.     invalidate the cache, and background incs that add new messages
  948.     are handled by merging them into the scan listing.  The
  949.     scan cache is compatible with xmh.
  950.  
  951.     Numerous other features, such as "facesaver" display, backgrounds,
  952.     dialog-box interface to MH "pick", folder searching and listing,
  953.     designed for inclusion of user "hooks" and interfaces etc.
  954.  
  955.  
  956. |      Ftp'able from harbor.ecn.purdue.edu:/pub/tcl/code/exmh-1.3beta.tar.gz
  957.  
  958.  
  959. GNU Emacs Rmail:
  960.  
  961.     Rmail is an Emacs subsystem for reading and disposing of mail.  Rmail
  962.     stores mail messages in Rmail files in BABYL format (originally used
  963.     under the ITS operating system), although it can incorporate new mail
  964.     from MMDF and Unix format files, or mixed-format files.  Reading the
  965.     messages in an Rmail file is done in a special major mode, Rmail mode,
  966.     which redefines most letters to run commands for managing mail.
  967.  
  968.     Rmail can do the standard things such as displaying, deleting, filing,
  969.     or replying to messages.  Replying uses another Emacs subsystem, Mail
  970.     mode.  Messages can be saved in either BABYL or Unix format.  Rmail
  971.     maintains per-message attributes and user-defined labels.  Rmail can
  972.     burst message digests.
  973.  
  974. VM: Author Kyle Jones* <kyle@uunet.uu.net>
  975.  
  976.     VM (View Mail) is a GNU Emacs subsystem that allows UNIX mail to be read
  977.     and disposed of within Emacs.  Commands exist to do the normal things
  978.     expected of a mail user agent, such as generating replies, saving
  979.     messages to folders, deleting messages and so on.  There are other more
  980.     advanced commands that do tasks like bursting and creating digests,
  981.     message forwarding, and organizing message presentation according to
  982.     various criteria.
  983.  
  984.     The current version of VM is VM 4.41.
  985.     FTPable from:
  986.  
  987. |     ftp.uu.net            networking/mail/vm-5.72beta.tar.gz
  988.     archive.cis.ohio-state.edu    pub/gnu/emacs/elisp-archive/packages/vm-4.41.tar.Z
  989.  
  990.     VM is discussed in gnu.emacs.vm.info, or by mailing list by sending
  991.     an e-mail request to info-vm-request@uunet.uu.net.
  992.  
  993. MH-E: Maintainer: Stephen Gildea <gildea@bbn.com>
  994.  
  995.     MH-E is an interface to MH from within GNU Emacs.  It helps if MH was
  996.     compiled with the MHE compiler flag.  MH-E is distributed with both GNU
  997.     Emacs and MH.  Choose the later version.
  998.  
  999. C-Client: Author Mark Crispin <mrc@panda.com>
  1000.  
  1001.     Software writers only:
  1002.  
  1003.     C-client is a general library useful for creating MUA's.  It provides
  1004.     a high level logical interface for retrieving and manipulating
  1005.     mail messages.  It supports the latest draft of MIME (proposed
  1006.     Internet standard for multipart, multimedia, typed electronic mail).
  1007.     It is driver based, and easily ported to new platforms and MTA's,
  1008.     already supports BSD, SysV, DOS, Macintosh and TOPS-20(!),
  1009.     and supports present mail and mailbox formats.
  1010.  
  1011.     Just the thing if you want to write a new MUA.
  1012.  
  1013.     Contact the author for more details.
  1014.  
  1015. Metamail: Author N. Borenstein
  1016.     [Described by Paul Eggert, eggert@bi.twinsun.com]
  1017.  
  1018.     Metamail is a software implementation of Mime, designed for easy
  1019.     integration with traditional mail-reading interfaces -- typically,
  1020.     users do not invoke metamail directly.  Ideally, extending the local
  1021.     email or news system to handle a new media format is a simple matter
  1022.     of adding a line to a mailcap file.  Mailcap files are described in
  1023.     RFC 1343: N Borenstein, ``A user agent configuration mechanism for
  1024.     multimedia mail format information'' (June 1992).  The source code
  1025.     for metamail can be found in ftp.uu.net:mail/metamail/mm.tar.Z.
  1026.     To join its mailing list, write info-metamail-request@thumper.bellcore.com.
  1027.  
  1028.  
  1029. MailManager: Author Mark Crispin <mrc@panda.com>
  1030.  
  1031.     A MUA implemented using C-Client for NeXT computers.
  1032.  
  1033. Pine: Authors Lundblade, Seibel, and Crispin <pine@cac.washington.edu>
  1034.  
  1035.     Pine is a mailer developed by the University of Washington Office of
  1036.     Computing and Communications. It has been designed for ease-of-use and
  1037.     with the novice computer user in mind. It is based on Internet mail
  1038.     protocols (e.g. RFC-822, SMTP, IMAP, and MIME) and currently runs on
  1039.     a variety of UNIX platforms, and a version is apparently available for
  1040.     MSDOS. 
  1041.  
  1042.     The guiding principles for achieving ease-of-use in Pine were:
  1043.     careful limitation of features, one-character mnemonic commands,
  1044.     always-present command menus, immediate user feedback, and high
  1045.     tolerance for user mistakes. It is intended that Pine can be learned
  1046.     by exploration rather than reading manuals.
  1047.  
  1048.     A stand-alone version of Pico, Pine's message composition editor, is also
  1049.     included. It is a very simple and easy to use text editor with text
  1050.     justification and a spelling checker. 
  1051.  
  1052.     Features:
  1053.        - Mail index showing a message summary which includes the status, 
  1054.      sender, size, date and subject of messages.
  1055.  
  1056.        - View and process mail with the following commands:  forward, reply, 
  1057.      save, export, print, delete, capture address and search.
  1058.  
  1059.        - Address book for saving long complex addresses and personal 
  1060.      distribution lists under a nickname. 
  1061.  
  1062.        - Multiple folders and folder management screen for filing messages.
  1063.  
  1064.        - Message composer with easy-to-use editor and spelling checker.
  1065.      The message composer also assists entering and formatting
  1066.      addresses and provides direct access to the address book.
  1067.  
  1068.        - Online help specific to each screen and context.
  1069.  
  1070.        - Supports access to remote mail repositories via the IMAP2 protocol
  1071.      defined in RFC-1176.
  1072.      
  1073.        - Soon to support multi-part mail conforming to proposed MIME Internet
  1074.      standard, allowing sending of sounds, graphics such as GIF and TIFF
  1075.      files, and binary files such as spreadsheets. 
  1076.  
  1077.     Pine, including source code, is freely available via anonymous FTP from
  1078.     ftp.cac.washington.edu on the Internet. Other provisions for distribution
  1079.     have not been made. From the Internet, you may try out Pine and leave
  1080.     comments by telneting to "demo.cac.washington.edu" and logging in as
  1081.     "pinedemo". To join the Pine mailing list for announcements send a 
  1082. |     email request to "majordomo@cac.washington.edu" with body
  1083. |     "subscribe pine-info". 
  1084.  
  1085.     Pine is very portable and runs on a variety of UNIX machines including
  1086.     DECstations, NeXTs, VAX's and Suns. Pine was originally based on Elm, 
  1087.     but it has evolved much since, ("Pine Is No-longer Elm"). 
  1088.  
  1089.     For further information send e-mail to pine@cac.washington.edu. Pine is
  1090.     the work of Mike Siebel, Mark Crispin, and Laurence Lundblade at the
  1091.     University of Washington. 
  1092.  
  1093. Ream: Author: Paul Dourish* <dourish@europarc.xerox.com>
  1094.  
  1095.     Ream is a curses-based mail user agent for a variety of UNIX flavours;
  1096.     at one time or another, it's run on everything from a PC running Linux
  1097.     to a Cray Y/MP running UNICOS. It was originally written at the
  1098.     University of Edinburgh, and has spread not least through the
  1099.     subsequent geographical distribution of alumni. It remains minimally
  1100.     supported by its author (Paul Dourish <dourish@europarc.xerox.com>).
  1101.  
  1102.     Ream is similar to elm in a number of ways, but considerably smaller
  1103.     and with a stronger separation between MUA and MTA behaviours. It runs
  1104.     over sendmail, mmdf and PP. It is available by anonymous ftp from
  1105.     parcftp.xerox.com, in pub/europarc/reamXXX.tar.Z, where XXX is a
  1106.     slowly incrementing version number.
  1107.  
  1108. XLView: Author: Several.  Mike Macgirvin* <mtm@camis.stanford.edu>
  1109.  
  1110.     Current version 1.1 (Developer Release).  XLView (previously known as
  1111.     "Ximap") is an X based mail reader using the IMAP (IMAP2bis) protocol,
  1112.     for managing complex mail tasks.  It utilizes the X window system to
  1113.     allow independant processing of multiple mailboxes (even on multiple
  1114.     servers) simultaneously.  Each "read" and "compose" process is handled
  1115.     in an independant window as well.  It handles many complex MIME messages
  1116.     with the help of external multi-media handlers based partially on
  1117.     "metamail", and include facilities for file attachments of several
  1118.     common types.  It includes an address book with insert completion
  1119.     abilities and for maintaining addresses.  Of course it has the normal
  1120.     move/copy/save/reply/forward/print etc., functions one would expect and
  1121.     text may be cut and pasted from other open X sessions.  The most
  1122.     powerful feature of the latest release is the "Logical Viewer" which
  1123.     allows one to create rule based sorting of their mailbox based on
  1124.     addresses, dates, contents, message flags and other criteria.  Each
  1125.     existing message (and each new message) is evaluated and stored in the
  1126.     appropriate logical view, which may be opened as if it were a separate
  1127.     mailbox (but all the while it only represents a different ``view'' of
  1128.     your system mailbox).  Each mailbox or saved folder may have independant
  1129.     rulesets.  Status changes also are evaluated as they occur and the rules
  1130.     applied accordingly.  The rule language is powerful, yet easy to grasp;
  1131.     i.e.
  1132.  
  1133.     FROM clyde@podunk.edu OR jim SINCE YESTERDAY AND UNSEEN
  1134.     
  1135.     Currently tested with SunOS4.1.x and Ultrix running X11R5.
  1136. |     Several alternate system ports including SVR4 are available.
  1137.  
  1138. |     FTP: camis.stanford.edu/pub/xlview-2.0.tar.Z
  1139.     Information: xlview@CAMIS.Stanford.EDU
  1140.     
  1141.     Principal Authors: Kevin Brock, Bill Yeager and Mike Macgirvin at the
  1142.     Center for advanced Medical Informatics at Stanford. 
  1143.  
  1144. | Z-Mail: Z-code Software Corp, Barbara Tallent* <tallent@ncd.com>
  1145.  
  1146.     Z-Mail, a UNIX World Magazine "Product of the Year" winner for
  1147. |     1991, is a complete electronic mail system for workstations, PCs,
  1148. |     ASCII terminals and Macs.  Z-Mail provides Motif and Open Look
  1149.     graphical user interfaces, as well as two character modes.  The
  1150.     software has been ported to nearly every system that runs UNIX, and
  1151.     it works with all standard UNIX mail transport agents including
  1152.     sendmail, binmail, smail, MMDF and X.400 gateways.  Z-Mail can
  1153.     replace or coexist with standard mail user agents on the system,
  1154.     including BSD Mail, AT&T mailx, Sun Mail Tool, Elm or Mush.  Most
  1155.     anyone can use Z-Mail "off the shelf" and immediately benefit from
  1156.     its simple interface and advanced features.
  1157.  
  1158. |    The 'fullscreen' character mode has become its own product, Z-Mail Lite.
  1159. |    It's available immediately.
  1160.  
  1161.     Z-Mail also includes Z-Script, a powerful scripting language that
  1162.     enables users to customize and extend Z-Mail's capabilities.  Z-Mail's
  1163.     multi-media capabilities allow easy integration with best-of-class
  1164.     products including spreadsheets, desk-top publishing, graphics, fax,
  1165.     voice, and video.  For example, when users receive a spreadsheet file,
  1166.     Z-Mail can be configured to automatically launch the associated
  1167.     application and load the the attachment automatically and transparently
  1168.     to the user.  Z-Mail understands MIME-format documents and is also
  1169.     compatible with Sun's multimedia Mailtool.
  1170.  
  1171.     For more information on Z-Mail, contact:
  1172. |     Z-Code Software Division
  1173. |     Network Computing Devices, Inc.
  1174. |     101 Rowland Way, Suite 300
  1175. |     Novato, CA  94945
  1176. |     tel: (415) 898-8649
  1177. |     fax: (415) 898-8299
  1178. |     E-mail: info@z-code.com
  1179. |     URL:  http://www.ncd.com/
  1180.  
  1181. |     You can obtain a demo copy of Z-Mail from ftp.z-code.ncd.com in the
  1182. |     directory pub/z-code/zmail/3.2 for assorted UNIX versions.  The file
  1183. |     is named zm32.XXX.tar.Z where XXX is your type of machine.  Windows
  1184. |     and Macintosh versions are also available for FTP in the directories
  1185. |     pub/z-code/zmail/zm-win and pub/z-code/zmail/zm-mac.
  1186. |     
  1187. |     URLs:
  1188. |     ftp://ftp.z-code.ncd.com/pub/z-code/zmail/3.2/
  1189. |     ftp://ftp.z-code.ncd.com/pub/z-code/zmail/zm-mac/
  1190. |     ftp://ftp.z-code.ncd.com/pub/z-code/zmail/zm-win/win321/
  1191. |     Contact <keys@z-code.com> for an activation key after downloading your
  1192. |     demo copy.
  1193.  
  1194.     [As mentioned previously, Z-Mail is the commercial variant of mush. Ed]
  1195. -- 
  1196. Chris Lewis: _Una confibula non sat est_
  1197. Phone: Canada 613 832-0541
  1198. Latest psroff: FTP://ftp.uunet.ca/distrib/chris_lewis/psroff3.0pl17/*
  1199. Latest hp2pbm: FTP://ftp.uunet.ca/distrib/chris_lewis/hp2pbm/*
  1200. Archive-name: mail/setup/unix/part3
  1201. Last-modified: Thu Jan 26 01:29:12 EST 1995
  1202.  
  1203.         UNIX EMail Software - a Survey
  1204.                Chris Lewis
  1205.         clewis@ferret.ocunix.on.ca
  1206.         [and a host of others - thanks]
  1207.  
  1208.         Copyright 1991, 1992, 1993, Chris Lewis
  1209.  
  1210.     Redistribution for profit or altered content/format
  1211.     prohibited without permission of the author.  Other
  1212.     redistribution must contain this copyright notice
  1213.     and attribution.
  1214.  
  1215. uumail:
  1216.  
  1217.     Uumail is a very old and obsolete precursor to smail 2.5.  Included
  1218.     here only because I know that uumail sites still exist.  You
  1219.     should not install uumail in new configurations, and existing
  1220.     uumail sites should convert to something more modern.
  1221.  
  1222. smail 2.5: author The UUCP Mapping Project
  1223.  
  1224.     Smail 2.5 is a small, simple and hard-coded rule MTA for use on
  1225.     UUCP networks.  It understands RFC compliant headers, will
  1226.     generate RFC compliant Internet-style headers, can
  1227.     use domains, aliases, a pathalias UUCP routing database, and
  1228.     is very simple to install.  For full functionality, you will
  1229.     also want pathalias and a map unpacker.  The one thing
  1230.     it cannot do by itself is mail-to-pipe and mail-to-file aliasing.
  1231.     For that, you need Zeeff's lmail, deliver or procmail.
  1232.  
  1233.     Smail 2.5 has the capability of coalescing addresses into single
  1234.     UUCP transfers, and knows how to query UUCP for the names
  1235.     of UUCP neighbors, and autoroute if necessary.
  1236.  
  1237.     Smail 2.5 has a few bugs that are (usually) pretty rarely seen
  1238.     in operation.  There have been a number of patches posted for it,
  1239.     but it is recommended that you do not apply them - some were
  1240.     ill-conceived, buggy in their own right, or conflicting with others.
  1241.     The only patches that I feel safe in recommending is Chip
  1242.     Salzenberg's patches for use with Xenix MICNET - which are
  1243.     unnecessary unless you are in the unfortunate position of having
  1244.     to actually *use* MICNET.  Chip Salzenberg's "deliver" package
  1245.     (see below) combined with "smail-deliver.pch" from comp.sources.unix,
  1246.     volume 25 issue 107, makes the MICNET modifications to smail
  1247.     itself unnecessary.
  1248.  
  1249.     In particular, do not apply the "mail-to-pipe/file" patches that
  1250.     float around for smail 2.5.  These are a major security hole.
  1251.  
  1252.     Smail 2.5 can also be used with sendmail as a UUCP router.
  1253.  
  1254.     Smail 2.5 was posted in comp.sources.unix in 1987, volume 11
  1255.     with archive name "smail3" (but it isn't the same thing as
  1256.     smail 3 below).
  1257.  
  1258. lmail: Author Jon Zeeff <zeeff@b-tech.ann-arbor.mi.us, zeeff@ais.org>
  1259.  
  1260.     When you install smail 2.5, you link the original /bin/mail (binmail
  1261.     above) to /bin/lmail to perform the task of actually delivering the
  1262.     mail to the user's mailbox (LDA).
  1263.  
  1264.     Since smail 2.5 was not capable of doing mail-to-pipe and mail-to-file
  1265.     aliasing, Jon Zeeff wrote a replacement lmail that implemented
  1266.     these (along with user mailbox delivery).
  1267.  
  1268.     Jon's program is okay for casual use, but has some pretty serious
  1269.     bugs.  Fixed versions are available, but you're probably better
  1270.     off installing deliver or procmail.
  1271.  
  1272. smail 3: Author Ronald S. Karr* <tron@veritas.com> and Landon Curt Noll.
  1273.  
  1274.     Smail3.1 is a domain-capable mail router and delivery program that
  1275.     works in the UUCP zone and on the Internet and that is capable of
  1276.     gatewaying between the two.  It was written primarily by me (Ronald
  1277.     S.  Karr) and Landon Curt Noll, with the blessings of the original
  1278.     Smail1 and Smail2 authors.
  1279.  
  1280.     Smail3 supports SMTP, UUCP mail, alias files, .forward files, mailing
  1281.     list directories, pathalias files, /etc/hosts files, the domain name
  1282.     system, and can also query uucp for neighboring sites, automatically.
  1283.     It also supports use of encapsulated SMTP commands for delivery over
  1284.     UUCP connections, which allows batching of multiple messages into a
  1285.     single UUCP transaction, and allows many addresses to be passed with a
  1286.     single message transfer, which can greatly decrease the traffic
  1287.     generated for large mailing lists.  It is also very simple to configure
  1288.     with a reasonable certainty of correctness.
  1289.  
  1290.     Smail3 includes pathalias and a reliable map unpacker.
  1291.  
  1292.     Rather than using configuration files to resolve addresses based on
  1293.     their syntax, ala sendmail, Smail3 uses a database metaphore for
  1294.     resolving addresses based on their contents.  The set of methods that
  1295.     Smail3 uses for resolving local addresses and hosts is configurable and
  1296.     extensible.  Smail3's methods for parsing addresses are not
  1297.     configurable.  It is the opinion of the authors that addressing on the
  1298.     Internet and in the UUCP zone has become sufficiently standardized that
  1299.     attempts to allow configurability in this area are now a hindrance to
  1300.     the correct working of the network.
  1301.  
  1302.     Questions related to Smail3 are usually discussed in comp.mail.misc.
  1303.     There are also two discussion mailing lists.  To join the mailing
  1304.     lists, send mail to:
  1305.  
  1306.     smail3-users-request@cs.athabascau.ca
  1307.  
  1308.     The current release of Smail3 can be found on uunet, in the file
  1309.     /archive/networking/mail/smail/smail-3.1.29.1.tar.Z.  New versions
  1310.     are released on a haphazard basis.  Official releases are always
  1311.     made available in the /archive/networking/mail/smail directory
  1312.     on uunet.
  1313.  
  1314.     Smail 3 is covered under the GPL (if it matters)
  1315.  
  1316. sendmail: Original author Eric Allman
  1317.  
  1318.     Sendmail is the granddaddy of all intelligent MTA's.  It can do just
  1319.     about anything.  It's main problem is that it can do just about
  1320.     anything.  Modification of sendmail's configuration tables (which is
  1321.     necessary with most vendor-supplied versions) is NOT for novices.
  1322.     The language of the sendmail.cf is cryptic, but that isn't really
  1323.     the problem (and this problem can be solved by using "EASE", a
  1324.     sendmail.cf writing language, or the UIUC IDA kit's configuration
  1325.     file building tools).  The problem is that it's extremely difficult
  1326.     to know when the rules you are implementing are the right thing--
  1327.     many sendmail configurations do slightly buggy, or even extremely
  1328.     buggy, or illegal things.  The default configurations generated by the
  1329.     UIUC IDA kit are, however, very good at Doing the Right Thing under most,
  1330.     if not all, circumstances.  I hear similar things about the Sendmail
  1331.     8.6 package.
  1332.  
  1333.     Worse, every vendor's version of sendmail is different, and many
  1334.     of their sendmail.cf's don't work at all.  HPUX is one example
  1335.     of where the sendmail.cf is actually pretty sane.  HP is to
  1336.     be congratulated.  On the other hand, some vendors, who shall
  1337.     remain nameless, can't even get their sendmail to deliver to local
  1338.     users, let alone get their sendmail to speak SMTP on a LAN.
  1339.  
  1340.     The major problem with sendmail is that it tries to do too many
  1341.     things.  Rather than confining itself to handling local mail, and
  1342.     simply routing external mail and leaving transport-specific
  1343.     format/standards conversions to transport software, it attempts
  1344.     (nay virually *insists*) that you have to do all of the
  1345.     format/standards conversions for different transports all at once.
  1346.     Which results in configuration files that are veritable nightmares
  1347.     to maintain.  And that many sendmail.cf files depend on out-of-date
  1348.     standards for different transports, rather than trying to unify
  1349.     them (as in RFC976).
  1350.  
  1351.     Indeed, while common wisdom and practice mandates that MTAs don't
  1352.     rewrite headers, sendmail makes it extremely difficult to *not*
  1353.     rewrite headers.  Which results in many major systems attempting to
  1354.     "be nice", yet, totally scramble return addresses and the like.
  1355.  
  1356.     There are several different sendmail lineages in the world but they
  1357.     seem to be coming together now with Eric Allman's work creating
  1358.     sendmail V8.x.  Sendmail V8.1 was shipped with BSD 4.4 UNIX.  V8.2
  1359.     and above (available from ftp.cs.berkeley.edu) is the latest.  V8.6.9
  1360.     is now current.  Another solid "modern" version is UIUC IDA version 5.65c
  1361.     (5.65d in alpha test), from ftp.uu.net or uxc.cso.uiuc.edu.  This version
  1362.     has been pretty stable since 1991.  Paul Pomes, <Paul-Pomes@uiuc.edu>,
  1363.     is controlling the IDA Sendmail releases.
  1364.  
  1365.     If you want to use sendmail, it is strongly recommended that you
  1366.     obtain the UIUC IDA or sendmail 8.6+ versions.  They are much
  1367.     more likely to do the right things with mail coming from, or
  1368.     ultimately going to, UUCP sites and is much easier to maintain.
  1369.     IDA sendmail can handle pathalias-style UUCP routing quite well.
  1370.     
  1371.     Another point to remember is that sendmail, historically, has been
  1372.     where a large number of severe security holes have been found.  From
  1373.     the infamous RTM Internet Worm, to the two latest ones "CERT"d in
  1374.     the past 6 months.  Indeed, if your application is security-critical,
  1375.     you should *not* use sendmail on your security-critical systems, such
  1376.     as your firewalls.  Theoretically, all of these problems have been
  1377.     removed from sendmail 8.6.5 or later, but, there's bound to be more
  1378.     found.  While some of this can be due to the much larger installed
  1379.     base of sendmail, other mailers with improved function partitioning
  1380.     (such as the channel-oriented MMDF or PP) will usually be inherently
  1381.     more secure.
  1382.  
  1383.     I am being harsh on sendmail - sendmail programming is, after all, a
  1384.     good source of revenue for consultants ;-)  But, if you obtain a good
  1385.     configuration (like the aforementioned HPUX version), or are willing
  1386.     to spend the time to learn it, sendmail will do what you want.
  1387.     Well.  IDA or 8.x sendmail is STRONGLY recommended.  Don't, however,
  1388.     even think of playing with the configuration files without a copy of the
  1389.     Sendmail book by Costales, Allman and Rickert mentioned in the
  1390.     book list above.  It is *absolutely* essential.
  1391.  
  1392.     Sendmail is discussed in comp.mail.sendmail.
  1393.  
  1394.     EASE version 3.5 was posted in volume 25 of comp.sources.unix and
  1395.     is available from wuarchive.wustl.edu [128.252.135.4] (directory
  1396.     /usenet/comp.sources.unix/volume25/ease) and many other c.s.u
  1397.     archives. 
  1398.  
  1399.  
  1400.  
  1401. | ZMailer: Original author  Rayan Zachariassen* <rayan@cs.toronto.edu>
  1402. |          Current author   Matti Aarnio <mea@nic.funet.fi>
  1403.  
  1404.     ZMailer is intended for gateways or mail servers or other large site
  1405.     environments that have extreme demands on the abilities of the mailer.
  1406.  
  1407.     Code and Design features:
  1408.  
  1409.     + Strong limits on host impact.
  1410.     + Secure design (and hopefully implementation).
  1411.     + Natural fit for client/server environments.
  1412.     + Extremely customizable configuration mechanism.
  1413.     + Flexible database interface with support for: sorted files, unsorted
  1414.       files, dbm, ndbm, gdbm, nis (yellow pages), dns (BIND resolver),
  1415.       /etc/hosts file, and in-core data.
  1416.     + Efficient message queue management.
  1417.     + Fast binary-transparent SMTP server and client.
  1418. |     + MIME-facilities for message transport.
  1419. |     + Low-technology implementation, with high-tech options for performance.
  1420.  
  1421.     Default configuration file features:
  1422.  
  1423.     + Default configuration will work for most sites.
  1424.     + Network protocol support for: smtp, uucp, bitnet, mail to news.
  1425.     + An easy way of overriding any external routing information.
  1426.     + Automatic handling of mailing lists.
  1427.  
  1428. |     It is available by anonymous FTP from:
  1429. |         ftp://ftp.funet.fi/pub/unix/mail/zmailer/   (Mr. Aarnio's versions)
  1430. |     Alternate (some of them old) versions:
  1431. |         ftp://ftp.cs.toronto.edu/pub/edwin/zmailer2.2.e4.tar.Z
  1432. |         ftp://ftp.cs.toronto.edu/pub/zmailer.tar.Z
  1433.  
  1434. MMDF: [reviewed by I.Sparry@gdt.bath.ac.uk]
  1435.  
  1436.     MMDF is a MTA. It works on the principle that you have communications
  1437.     channels, both incoming and outgoing, and it arranges for messages to
  1438.     pass between them.
  1439.  
  1440.     Strong points include:
  1441.     * Ability to turn up and down debugging level on the fly
  1442.     * Very strong on authentication, and permission checking.
  1443.     * Can block mail based on who it came from, how it got there,
  1444.       who it is going to.
  1445.  
  1446.     It is older than sendmail, simpler than sendmail, and it is a great
  1447.     pity that it was not shipped as standard instead of sendmail.
  1448.  
  1449.     [MMDF is standard on some systems - primarily SCO UNIX.]
  1450.  
  1451.     It has one major advantage to people in the UK, in that it knows how to
  1452.     handle mail addresses in our 'correct' format (Most significant part first,
  1453.     e.g. net.uu.uunet), as well as the thing the rest of the world uses :-) :-)
  1454.  
  1455.     A mailing list for MMDF discussion is at mmdf2@a.cs.okstate.edu
  1456.     requests for addition to the list to mmdf2-request@a.cs.okstate.edu.
  1457.     The most recent release of MMDF is available for anonymous FTP from
  1458.     a.cs.okstate.edu:/pub/mmdf-2.43.tar.Z.
  1459.  
  1460. PP: Author University College London
  1461.  
  1462.     PP is a Message Transfer Agent, intended for high volume message
  1463.     switching, protocol conversion, and format conversion. It is targeted for
  1464.     use in an operational environment, but may also be useful for investigating
  1465.     Message related applications. Good management features are a major
  1466.     aspect of this system. PP supports the 1984 and 1988 versions of the
  1467.     CCITT X.400 / ISO 10021 services and protocols. Many existing RFC 822
  1468.     based protocols are supported, along with RFC 1148 conversion to X.400.
  1469.     PP is an appropriate replacement for MMDF or Sendmail, and also supports
  1470.     SMTP and UUCP mail.
  1471.  
  1472.     For more information contact: support@xtel.co.uk or xtel@cs.nott.ac.uk
  1473.     The latest version is PP-6.0, which was posted in comp.sources.misc,
  1474.     volume 27.
  1475.  
  1476.     [Ed note:]
  1477.     PP is usually used in combination with the ISODE package, which
  1478.     also provides copious documentation for PP.  PP itself is
  1479.     "freeware", but ISODE and the PP documentation is not - site
  1480.     licenses are rather pricy.  PP is *very* large, and has quite a
  1481.     number of more esoteric functions, such as FAX transmission using
  1482.     the appropriate modems.  PP is ideal for large organizations with
  1483.     demanding email requirements (eg: 100s of machines and 1000s of
  1484.     users), where PP would be used as "backbone mail servers", and something
  1485.     simpler on the "client" computers.  It does have _substantial_
  1486.     learning and support requirements, and is *not* suitable for smaller
  1487.     installations.  It does, however, shine in large production environments,
  1488.     where policy-based routing, high levels of security, or extensive
  1489.     gatewaying to different transports is required.
  1490.  
  1491. SVR4 mail: Author AT&T (description written by Tony Hansen,
  1492.     hansen@pegasus.att.com)
  1493.  
  1494.     The System V Release 4 mail system is a domain-capable mail router and
  1495.     delivery program that works in the UUCP zone and on the Internet and
  1496.     that is capable of gatewaying between the two.
  1497.  
  1498.     SVR4 mail supports SMTP, UUCP mail, alias files, forwarding files,
  1499.     mailing list directories, /etc/hosts files, the domain name system, and
  1500.     can also query uucp for neighboring sites, automatically.  (System V
  1501.     Release 4.1 also allows batching of multiple messages into a single UUCP
  1502.     transaction, and allows many addresses to be passed with a single
  1503.     message transfer, which can greatly decrease the traffic generated for
  1504.     large mailing lists.)  It is also very simple to configure with a
  1505.     reasonable certainty of correctness.
  1506.  
  1507.     It also supports mail-to-pipe and mail-to-file.
  1508.  
  1509.     SVR4 mail uses configuration files to resolve addresses based on their
  1510.     syntax, somewhat similar to sendmail, but using regular expressions and
  1511.     a more easily understood syntax. The set of methods that SVR4 mail uses
  1512.     for resolving local and remote addresses and hosts is configurable and
  1513.     extensible.
  1514.  
  1515.     Questions related to SVR4 mail are usually discussed in comp.mail.misc.
  1516.  
  1517.     SVR4 mail is a standard part of System V Release 4; unfortunately, some
  1518.     vendors have not realized that SVR4 mail is not the same mailer as the
  1519.     SVR3 mail system, and have replaced it with other inferior mail systems.
  1520.  
  1521. | deliver: Author Chip Salzenberg* <chip@fin!chip@dg_rtp.dg.com>
  1522.  
  1523.     Deliver allows any user to write a shell script that processes all
  1524.     incoming mail messages for that user.  The system administrator may
  1525.     also install scripts that process all messages by installing
  1526.     it as the Local Delivery Agent (lmail replacement).
  1527.  
  1528.     The output of a script is a list of mail addresses, files and programs
  1529.     that should receive the message.  It has access to each message as it
  1530.     is processed, so the action can be content dependent.  The script may
  1531.     also generate automatic replies, like the "vacation" program, or pass
  1532.     along a modified version of the original message.
  1533.  
  1534.     Deliver can be used to construct mail-based services (e.g. automatic
  1535.     mailing list maintenance).  It can also be used to filter mail
  1536.     automatically in prearranged ways (e.g. encryption and decryption,
  1537.     tossing junk mail, or vacation notices).
  1538.  
  1539.     Deliver was last posted in comp.sources.reviewed, volume 1.  The
  1540. |     current version is 2.1.12.
  1541. |     It can be retrieved from <ftp:ftp.cs.uni-sb.de/pub/mail/deliver>
  1542.  
  1543. procmail: Author Stephen R. van den Berg*
  1544.                 <berg@pool.informatik.rwth-aachen.de>
  1545.  
  1546.     Can be used to create mail-servers, mailing lists, sort your incoming
  1547.     mail into separate folders/files (real convenient when subscribing to
  1548.     one or more mailing lists or for prioritising your mail), preprocess your
  1549.     mail, start any programs upon mail arrival (e.g. to generate different
  1550.     chimes on your workstation for different types of mail) or selectively
  1551.     forward certain incoming mail automatically to someone.
  1552.  
  1553.     Procmail can be used:
  1554.         - and installed by an unprivileged user (for himself only).
  1555.     - as a drop in replacement for the local delivery agent /bin/mail
  1556.       (with biff/comsat support).
  1557.     - as a general mailfilter for whole groups of messages (e.g. when
  1558.       called from within sendmail.cf rules).
  1559.  
  1560.     The accompanying formail program enables you to generate autoreplies,
  1561.     split up digests/mailboxes into the original messages, do some very
  1562.     simple header-munging/extraction, or force mail into mail-format (with
  1563.     leading From line).
  1564.  
  1565.     Also included is a comprehensive mailinglist/archive management system.
  1566.  
  1567.     Since procmail is written entirely in C, it poses a very low impact
  1568.     on your system's resources (under normal conditions, when you don't
  1569.     start other programs/scripts from within it).
  1570.  
  1571.     Procmail was designed to deliver the mail under the worst conditions
  1572.     (file system full, out of swap space, process table full, file table
  1573.     full, missing support files, unavailable executables; it all doesn't
  1574.     matter).  Should (in the unlikely event) procmail be unable to deliver
  1575.     your mail somewhere, the mail will bounce back to the sender or reenter
  1576.     the mailqueue (your choice).
  1577.  
  1578.     A recent version can be picked up at various comp.sources.misc archives.
  1579.     The latest version (3.03) can be obtained directly from the ftp-archive at:
  1580.         ftp.informatik.rwth-aachen.de (137.226.225.3)
  1581.         (g)zipped:          pub/packages/procmail/procmail.tar.gz       <160KB
  1582.         compressed:         pub/packages/procmail/procmail.tar.Z        <224KB
  1583.  
  1584.     [Ed note: I had noted reported difficulties in integrating procmail
  1585.     with System V and/or smail 2.5.  The 2.70 version of Procmail eliminated
  1586.     these difficulties.]
  1587.  
  1588. mailagent: Author Raphael Manfredi* <ram@acri.fr>
  1589.  
  1590.     The mailagent is yet another mail filter, written in perl, which will let
  1591.     you do anything with your mail. It has all the features you may expect from
  1592.     a filter: mailing lists sorting, forwarding to MTA or to inews, pre-processing
  1593.     of message before saving into folder, vacation mode, etc... It was initially
  1594.     written as an ELM-filter replacement, but has now enough power to also
  1595.     supplant MMDF's .maildelivery. There is also a support for @SH mail hooks,
  1596.     which allows you to automatically distribute patches or software via command
  1597.     mails.
  1598.  
  1599.     The mailagent was designed to make mail filtering as easy as it can be. It
  1600.     is highly configurable and fairly complete. Rules are specified in a lex-like
  1601.     style, with the full power of perl's regular expressions. The automaton
  1602.     supports the notion of mode, and header selection has many magic features
  1603.     built-in, to ease the rule writing process.
  1604.  
  1605.     To give a simple example, the two following rules:
  1606.  
  1607.         Subject: /cron output/    { SAVE cron };
  1608.         To Cc: dist-users        { FORWARD friend@acri.fr; LEAVE };
  1609.  
  1610.     would save in a folder 'cron' all cron-related mail, and forward mail
  1611.     from the dist-users mailing list to a friend, leaving a copy in the system
  1612.     mailbox for immediate processing...
  1613.  
  1614.     It supports delivery to plain UNIX folder, to MMDF-style folders or to
  1615.     MH folders with built-in unseen sequence updates, as specified in your
  1616.     ~/.mh_profile. It may therefore replace MH's slocal program as well.
  1617.  
  1618.     Mailagent can be dynamically extended (that's the advantage of having it
  1619.     written in perl) with new filtering commands that will behave exactly
  1620.     like built-in ones; this operation being done without changing a single
  1621.     source line in the program itself, of course. It also provides a generic
  1622.     mail server layer, where user-defined commands can be easily plugged in,
  1623.     mailagent taking care of the lower-level stuff.
  1624.  
  1625.     The distribution comes with a set of examples, an exhaustive test suite,
  1626.     and naturally a detailed manual page. It should be noted that the mailagent
  1627.     will work even if your system administrator forbids "| programs" hooks in
  1628.     the ~/.forward, provided you have access to some sort of cron daemon.
  1629.  
  1630.     The mailagent program is available from any comp.source.misc archive and
  1631.     thanks to Christophe Wolfhugel <Christophe.Wolfhugel@grasp.insa-lyon.fr>,
  1632.     from ftp.univ-lyon1.fr (134.214.100.6) under /pub/unix/mail/tools, file
  1633.     mailagent-3.0.tar.gz
  1634.  
  1635. pathalias: Author Peter Honeyman
  1636.  
  1637.     Pathalias reads the UUCP Map Project maps (they need to be extracted
  1638.     from the postings first) and constructs a database containing the
  1639.     minimum cost route to any machine in the maps.  This database can
  1640.     then be used with any mailer that knows how to search the database
  1641.     (eg: smail 2.5, Zmailer?, and some versions of sendmail.  Smail 3
  1642.     comes bundled with pathalias).
  1643.  
  1644.     There were previous versions of this program.  You must use
  1645.     pathalias version 10 (latest version), because some map format
  1646.     changes have been made and only pathalias 10 can parse them.
  1647.     If your pathalias doesn't give a syntax error on:
  1648.     echo "file {foo}" | pathalias
  1649.     It's the new one.
  1650.  
  1651.     There were other route-generating programs, but all (as far as
  1652.     I know) are very obsolete, and none run as fast as pathalias
  1653.     (still, which can be rather hard on machines with smallish virtual
  1654.     memory or RAM capacities).
  1655.  
  1656.     pathalias 10 is available from comp.sources.unix archives,
  1657.     volume 22.  A patch was just released in comp.sources.unix
  1658.     (vol 25) that addresses an oddity when used with smail (not that
  1659.     I've ever noticed it).
  1660.  
  1661. uuhosts: Author John Quarterman
  1662.  
  1663.     The "defacto" standard UUCP Map Project map unpacker.  Includes
  1664.     a program to arbitrarily view individual map entries.  Uuhosts
  1665.     implements trojan horse/virus security by running under
  1666.     a "chroot()" system call.  Uuhosts does not appear to be
  1667.     actively maintained, and the last versions that I have inspected
  1668.     were unable to easily compress the maps (a full set of maps
  1669.     is >6000 blocks), had no provision for automatically
  1670.     running pathalias, and will not work with the newest version
  1671.     of cnews.  Further, uuhost's header checking is so picky
  1672.     that the slightest change in the map format will cause
  1673.     uuhosts to reject map updates.
  1674.  
  1675.     Use of uuhosts now will require some minor hacking - and this
  1676.     hacking will stretch your knowledge of Bourne shell programming.
  1677.  
  1678.     The last edition, "uuhost4" (version 1.69) appears to have
  1679.     been posted in comp.sources.unix in volume 3, 1986.
  1680.  
  1681.     Do not be confused by Jan-Piet Mons "uuhost 2.0" program posted
  1682.     in alt.sources.  This is not a map unpacker.  It is just
  1683.     a map viewer, and is a subset of the real uuhosts.
  1684.  
  1685. unpackmaps: Author Chris Lewis* <clewis@ferret.ocunix.on.ca>
  1686.  
  1687.     Unpackmaps is a superset of the functionality of uuhosts.
  1688.     It obtains its security by doing the map unpacking with
  1689.     a specialized parser that knows the map article format
  1690.     rather than invoking a shar/shell.  Compression and pathalias
  1691.     invocation is automatic, correctly takes into account
  1692.     the change date of local configuration files, and will
  1693.     work with the latest Cnews.
  1694.  
  1695.     The newest version of unpackmaps, version 4.1, has been
  1696.     released to comp.sources.misc, and appeared in volume 34.
  1697.     This version is entirely written in C, is considerably faster
  1698.     than unpackmaps 3 or uuhosts, has considerably more features,
  1699.     and will work with Brian Reids PostScript net maps too.
  1700.  
  1701. unshar: Author Lee Ward, modified by Mark Moraes* <moraes@deshaw.com>
  1702.  
  1703. |     unshar is evolved from getmaps by Lee Ward.  It is has a specialized
  1704. |     and limited parser that understands most simple shar formats.  It is
  1705. |     capable of automatically unpacking new files from a newsgroup spool
  1706. |     directory, and requires no interaction whatsoever with the news
  1707. |     system.  Apart from UUCP maps, it can be used to automatically and
  1708. |     safely unpack shar files from the sources newsgroups.  It does not
  1709. |     handle some of the newer, esoteric shar formats that do automatic
  1710. |     uudecodes, etc.  Ftp'able from
  1711. |     ftp.cs.toronto.edu:/pub/moraes/unshar.tar.gz.
  1712. -- 
  1713. Chris Lewis: _Una confibula non sat est_
  1714. Phone: Canada 613 832-0541
  1715. Latest psroff: FTP://ftp.uunet.ca/distrib/chris_lewis/psroff3.0pl17/*
  1716. Latest hp2pbm: FTP://ftp.uunet.ca/distrib/chris_lewis/hp2pbm/*
  1717.